Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh
/
[androidJvm]KeyVerificationKt
/
Dsl
Dsl
class
Dsl
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
hash1
Link copied to clipboard
@get:
JvmName
(
name
=
"getHash1"
)
@set:
JvmName
(
name
=
"setHash1"
)
var
hash1
:
ByteString
bytes hash1 = 2;
hash2
Link copied to clipboard
@get:
JvmName
(
name
=
"getHash2"
)
@set:
JvmName
(
name
=
"setHash2"
)
var
hash2
:
ByteString
bytes hash2 = 3;
nonce
Link copied to clipboard
@get:
JvmName
(
name
=
"getNonce"
)
@set:
JvmName
(
name
=
"setNonce"
)
var
nonce
:
Long
uint64 nonce = 1;
Functions
clear
Hash1
Link copied to clipboard
fun
clearHash1
(
)
bytes hash1 = 2;
clear
Hash2
Link copied to clipboard
fun
clearHash2
(
)
bytes hash2 = 3;
clear
Nonce
Link copied to clipboard
fun
clearNonce
(
)
uint64 nonce = 1;